home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / windows / tbag32.zip / README.TXT < prev    next >
Text File  |  1997-03-06  |  2KB  |  59 lines

  1. README.TXT for TBag32 (Build 003)
  2.  
  3. TBag32 is a Delphi component that simplifies saving/restoring user
  4. options to and from the registry.
  5.  
  6. FACILITIES
  7. ==========
  8. Get/Set methods for saving/restoring to/from registry. These include
  9. (amongst others):
  10.  
  11. FormPlace (position/size/state)
  12. Font
  13. FontAndColor (for TWinControl descendents)
  14. Binary
  15. String
  16. Strings (displays all types of Registry data including binary)
  17.  
  18. GetDataSize (returns the length of any Registry entry)
  19. GetAll (iterates through Registry and four events make it easy to use)
  20.  
  21. The REGVIEW.EXE provided (together with its source) is a Registry viewer.
  22. It will display binary data in address, hex and character format,
  23. 16 bytes per Memo line.
  24.  
  25. INSTALL
  26. =======
  27. Install by copying the following files to your component library,
  28. followed by installing RegTBag.Pas:
  29.  
  30.   RegTBag.DCR
  31.   RegTBag.PAS
  32.   TBag.DCU
  33.   TBagHelp.DCU
  34.   TBagHelp.DFM
  35.  
  36. Other files:
  37.  
  38.   ABOUT3K.DFM/PAS  - about form for REGVIEW.DPR/TRAFFIC.DPR
  39.   README.TXT  -  this file
  40.   REGVIEW.EXE  -  working demo registry viewer
  41.   REGVIEW.DPR  -  demo project that displays the Registry
  42.   REGVIEWM.DFM/PAS  - main form for REGVIEW.DPR
  43.   TRAFFIC.EXE  -  working demo - synchronised traffic lights
  44.   TRAFFIC.DPR  -  demo project that displays traffic lights
  45.   TRAFFICM.DFM/PAS  - main form for TRAFFIC.DPR
  46.  
  47. I hope you enjoy - please let me have any bugs and/or missing
  48. features.
  49.  
  50. BUILD HISTORY
  51. =============
  52. This is contained within the TBag32 internal help system (accessible
  53. via a right-click on the TBag32 icon on the form.
  54.  
  55.  
  56. Mike Orriss 06-Mar-97  
  57.  
  58.  
  59.